home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / IOInterface / deltaControls.icl < prev    next >
Encoding:
Modula Implementation  |  1995-02-22  |  214 b   |  11 lines  |  [TEXT/3PRM]

  1. implementation module deltaControls;
  2.  
  3.  
  4. /*    The Controls implemented in this module can be used in dialogs.
  5.     Currently scrolling lists and slider bars have been implemented.
  6. */
  7.  
  8.  
  9. import    scrollList;
  10. import    sliderBar;
  11.